/*
*******************************************
*******************************************


* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below >>>>

*** SEARCH EACH SECTION AS IT COMMENTS, YOU WILL GET THE RIGHT SECTION.

*******************************************
*******************************************

==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - RESPONSIVE MENU CSS
04 - PAGINATION CSS
05 - BREADCROMB CSS
06 - BTN TOP CSS
07 - HEADER CSS
08 - SLIDER CSS
09 - ABOUT AREA CSS
10 - COUNTER AREA CSS
11 - SERVICE AREA CSS
12 - GET QUOTE AREA CSS
13 - PORTFOLIO AREA CSS
14 - PROMO AREA CSS
15 - TEAM AREA CSS
16 - TESTIMONIAL AREA CSS
17 - BLOG AREA CSS
18 - FOOTER AREA CSS
19 - ABOUT PAGE CSS
20 - CAREER PAGE CSS
21 - FAQS PAGE CSS
22 - NOTFOUND PAGE CSS
23 - SERVICE DETAILS PAGE CSS
24 - PROJECT DETAILS PAGE CSS
25 - BLOG PAGE CSS
26 - SINGLE BLOG PAGE CSS
27 - CONTACT PAGE CSS


*/


/*================================================
01 - IMPORTED CSS
==================================================*/

@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&display=swap');

/*================================================
02 - DEFAULT CSS
==================================================*/

body {
	font-size: 16px;
	line-height: 1.6;
	font-style: normal;
	color: #828893;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	text-rendering: optimizelegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

html,
body {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto
}

p {
	margin: 0
}

.no-pad-left {
	padding-left: 0
}

.no-pad-right {
	padding-right: 0
}

.no-pad-all {
	padding: 0
}

.fix {
	overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

a {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #6b739c
}

a:focus {
	text-decoration: none;
	outline: medium none;
	color: inherit
}

a:hover {
	color: inherit;
	text-decoration: none;
	color: inherit
}

input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: medium none
}

:-moz-placeholder {
	color: #242424;
	text-transform: capitalize;
}

::-moz-placeholder {
	color: #242424;
	text-transform: capitalize;
}

:-ms-input-placeholder {
	color: #242424;
	text-transform: capitalize;
}

::-webkit-input-placeholder {
	color: #242424;
	text-transform: capitalize;
}

:-ms-select-placeholder {
	color: #242424;
	text-transform: capitalize;
}

::-webkit-select-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

:-ms-textarea-placeholder {
	color: #242424;
	text-transform: capitalize;
}

::-webkit-textarea-placeholder {
	color: #242424;
	text-transform: capitalize;
}

tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}
.felona-btn {
	display: inline-block;
	text-align: center;
	
	text-transform: uppercase;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 14px;
	padding: 12px 35px;
	background: #ff6d34 none repeat scroll 0 0;
	letter-spacing: 1px;
}





.felona-btn {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 14px;
	padding: 12px 35px;
	background: #ff6d34 none repeat scroll 0 0;
	letter-spacing: 1px;
}

.felona-btn:hover {
	background: #fff none repeat scroll 0 0;
	color: #ff6d34
}

.felona-btn-border {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	color: #ff6d34;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 14px;
	padding: 8px 35px;
	border: 2px solid #ff6d34;
	letter-spacing: 1px;
}

.felona-btn-border:hover {
	background: #ff6d34 none repeat scroll 0 0;
	color: #fff
}

.site-heading {
	width: 100%;
	margin-bottom: 30px
}

.site-heading h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #ff6d34;
}

.site-heading h2 {
	font-family: 'Ubuntu', sans-serif;
	color: #111;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 35px;
	margin: 15px 0;
	position: relative
}

.site-heading h2 span {
	display: block
}

.section_100 {
	padding: 100px 0;
}

.section_70 {
	padding: 70px 0;
}

.section_50 {
	padding: 50px 0;
}

.section_15 {
	padding: 15px 0
}

.pad-right {
	padding-right: 0
}

.section_t_100 {
	padding-top: 100px
}

.section_b_70 {
	padding-bottom: 70px
}

.section_70 {
	padding: 70px 0
}

.section_b_80 {
	padding-bottom: 80px
}
/* 5.4 =PORTFOLIO PAGE ELEMENTS */

-------------------------------------------------------------- 
*/
ul.portfolio_filters {
  margin: 0 0 24px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  text-align: center;
}
ul.portfolio_filters li {
  display: inline-block;
}
ul.portfolio_filters li a {
  display: block;
  padding: 6px 30px;
  margin: 0 2px 12px 2px;
  text-transform: uppercase;
  letter-spacing: 0px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
ul.portfolio_filters li a.active {
  padding: 12px 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
ul.portfolio_filters li a.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(66, 139, 202, 0);
  border-top-color: #428bca;
  border-width: 6px;
  margin-left: -6px;
}
ul.portfolio_filters li a:hover,
ul.portfolio_filters li a:active {
  text-decoration: none;
  background-color: #428bca;
  color: #ffffff;
}
ul.portfolio_filters li a:hover:after,
ul.portfolio_filters li a:active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(66, 139, 202, 0);
  border-top-color: #428bca;
  border-width: 6px;
  margin-left: -6px;
}
ul.portfolio_filters li a.active,
ul.portfolio_filters li a.active:hover {
  background-color: #428bca;
  color: #ffffff;
}
.portfolio_strict .row > div {
  padding: 0 5px;
}
.portfolio_strict.row > div {
  padding: 0 5px;
}
.portfolio_strict .portfolio_item {
  text-align: center;
  padding: 0px;
  height: 230px;
  overflow: hidden;
  margin-bottom: 10px;
}
.portfolio_strict .portfolio_item a figure {
  height: 230px;
  position: relative;
  overflow: hidden;
  margin: 0px;
  background: #fff;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: solid 0px #fff;
}
.portfolio_strict .portfolio_item a figure figcaption {
  display: table;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: translate(0px, -230px);
  -ms-transform: translate(0px, -230px);
  transform: translate(0px, -230px);
  background-color: #428bca;
  background-color: rgba(66, 139, 202, 0.6);
  padding: 0px;
  width: 100%;
  height: 230px;
  line-height: 50px;
  text-align: center;
}
.portfolio_strict .portfolio_item a figure figcaption .portfolio_description {
  display: table-cell;
  vertical-align: middle;
  padding-top: 20px;
  color: #fff;
}
.portfolio_strict .portfolio_item a figure figcaption .portfolio_description h3 {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.portfolio_strict .portfolio_item a figure figcaption .portfolio_description span.cross {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: relative;
}
.portfolio_strict .portfolio_item a figure figcaption .portfolio_description span.cross:before,
.portfolio_strict .portfolio_item a figure figcaption .portfolio_description span.cross:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
  height: 1px;
  background: #ffffff;
}
.portfolio_strict .portfolio_item a figure figcaption .portfolio_description span.cross:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.portfolio_strict .portfolio_item a figure figcaption .portfolio_description p {
  margin: 0;
  padding: 20px 0 0 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.portfolio_strict .portfolio_item a:hover figcaption {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.portfolio_masonry .row > div {
  padding: 0 5px;
}
.portfolio_masonry.row > div {
  padding: 0 5px;
}
.portfolio_masonry .portfolio_item {
  text-align: center;
  margin-bottom: 24px;
}
.portfolio_masonry .portfolio_item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.portfolio_masonry .portfolio_item a img {
  max-width: 100%;
}
.portfolio_masonry .portfolio_item a .overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 10px;
  width: 100%;
  height: 100%;
  background-color: #428bca;
  background-color: rgba(66, 139, 202, 0.6);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  position: absolute;
  top: 0px;
  left: 0px;
}
.portfolio_masonry .portfolio_item a .overlay .desc {
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 10% 0;
  font-size: 13px;
}
.portfolio_masonry .portfolio_item a .overlay h3 {
  font-size: 18px;
  line-height: 22px;
}
.portfolio_masonry .portfolio_item a .overlay span.cross {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px auto;
  position: relative;
}
.portfolio_masonry .portfolio_item a .overlay span.cross:before,
.portfolio_masonry .portfolio_item a .overlay span.cross:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
  height: 1px;
  background: #ffffff;
}
.portfolio_masonry .portfolio_item a .overlay span.cross:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.portfolio_masonry .portfolio_item a:hover .overlay {
  color: #fff;
  text-decoration: none;
  opacity: 100 !important;
  filter: alpha(opacity=10000) !important;
  left: 0;
}
.portfolio_masonry .portfolio_item a.lightbox .overlay {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
}
.portfolio_slider_wrapper {
  padding: 0px 0;
}
.portfolio_slider_wrapper #portfolio_slider .container a {
  display: block;
  width: 100%;
  height: 100%;
}
.portfolio_slider_wrapper #portfolio_slider .container .carousel-caption {
  margin: 0;
  padding: 0;
}
.portfolio_slider_wrapper #carousel {
  padding: 10px 0;
  margin: 0 0 10px 0;
}
.portfolio_slider_wrapper #carousel ul.slides li {
  height: 140px;
  overflow: hidden;
  margin-right: 10px;
}
.portfolio_details .section_header {
  padding: 16px 20% 24px 0px;
  margin: 0;
}
.portfolio_details .well {
  background-color: #ffffff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset;
}
.rating {
  display: inline-block;
  width: 95px;
  height: 21px;
  position: relative;
  left: 3px;
  top: 5px;
  background: url(../images/portfolio/rating_stars.png);
}
.rating.r0 {
  background-position: 0 240px;
}
.rating.r1 {
  background-position: 0 218px;
}
.rating.r2 {
  background-position: 0 195px;
}
.rating.r3 {
  background-position: 0 174px;
}
.rating.r4 {
  background-position: 0 152px;
}
.rating.r5 {
  background-position: 0 130px;
}
.rating.r6 {
  background-position: 0 107px;
}
.rating.r7 {
  background-position: 0 86px;
}
.rating.r8 {
  background-position: 0 63px;
}
.rating.r9 {
  background-position: 0 42px;
}
.rating.r10 {
  background-position: 0 20px;
}
/*
--------------------------------------------------------------  

/*================================================
03 - RESPONSIVE MENU CSS
==================================================*/

.felona-responsive-menu {
	display: none;
	position: absolute;
	right: 13px;
	top: 65px;
	width: 100%;
	z-index: 999;
}

.slicknav_nav a {
	font-size: 14px;
	margin: 0;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #000
}

.slicknav_menu {
	background: transparent;
}

.slicknav_menutxt {
	display: none !important;
}

.slicknav_arrow {
	float: right;
	color: #182333
}

.slicknav_nav a:hover {
	border-radius: 0;
}

.slicknav_nav .slicknav_row:hover {
	border-radius: 0
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
	background: #182333 none repeat scroll 0 0;
	color: #fff
}

.slicknav_nav a:hover .slicknav_arrow {
	color: #fff
}

.slicknav_nav a:hover a {
	color: #fff
}

.slicknav_nav li {
	border-bottom: 1px solid #ddd;
}

.slicknav_nav li.hide-desktop {
	border-bottom: 0px solid #ddd
}

.slicknav_nav li:last-child {
	border-bottom: 0px solid #ddd
}

.slicknav_nav {
	background: #fff none repeat scroll 0 0;
	border-top: 1px solid #182333;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.19)
}

.slicknav_btn {
	background-color: transparent !important;
	line-height: 0;
	margin-right: 0px;
	margin-top: -5px;
}

.slicknav_menu .slicknav_icon {
	float: none !important;
	margin: 0
}

.slicknav_icon-bar {
	height: 3px !important;
	margin: 5px 0;
	width: 30px !important;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #111;
}

.felona-header-area.stick-top.sticky .slicknav_menu .slicknav_icon-bar,
.felona-header-area.home-3-page .slicknav_menu .slicknav_icon-bar {
	background-color: #111
}


/*================================================
04 - PAGINATION CSS
==================================================*/

.pagination-box-row {
	text-align: left;
}

.pagination-box-row p {
	display: inline-block;
	font-size: 15px;
	color: #444;
	margin-right: 15px
}

.pagination {
	margin-top: 30px;
	text-align: center;
	float: none;
	display: inline-block;
}

.pagination li {
	display: inline-block;
	margin-right: 5px
}

.pagination li:last-child {
	margin-right: 0
}

.pagination li a {
	display: block;
	width: 45px;
	height: 35px;
	font-size: 15px;
	line-height: 35px;
	border-radius: 5px;
	color: #111;
	font-weight: 500;
	box-shadow: 0 2px 10px 0 #d8dde6;
}

.pagination li.active a,
.pagination li a:hover {
	background: #ff6d34 none repeat scroll 0 0;
	color: #fff
}


/*================================================
05 - BREADCROMB CSS
==================================================*/

.felona-breadcromb-area {
	background: url(../img/about_page.jpg) no-repeat scroll 0 0/cover;
	position: relative;
	z-index: 1;
	padding-top: 100px;
	margin-top: -30px;
}

.felona-breadcromb-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.72) none repeat scroll 0 0;
	z-index: -1;
}

.breadcromb-box {
	text-align: center;
}

.breadcromb-box h3 {
	font-size: 40px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 15px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}

.breadcromb-box li {
	display: inline-block;
	margin: 0 2px;
	color: #fff !important;
	font-size: 16px
}

.breadcromb-box li a {
	color: #fff
}

.breadcromb-box li i {
	color: #ff6d34
}


/*================================================
06 - BTN TOP CSS
==================================================*/

.btntoTop:before {
	color: #fff;
	content: "";
	display: inline-block;
	font: 20px "FontAwesome";
	vertical-align: middle;
}

.btntoTop {
	background-color: #ff6d34;
	border: 2px solid #ff6d34;
	border-radius: 5px;
	bottom: 70px;
	cursor: pointer;
	height: 50px;
	line-height: 47px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: fixed;
	right: 20px;
	text-align: center;
	-webkit-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
	width: 50px;
	z-index: 99999;
}

.btntoTop.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.btntoTop.active:hover {
	background: #212121 none repeat scroll 0 0;
	border: 2px solid #ff6d34;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btntoTop.active.btntoTop:hover:before {
	color: #fff;
}


/*================================================
07 - HEADER CSS
==================================================*/

.header-top-area {
	background: #182333 none repeat scroll 0 0;
}

.header-top-left {
	position: relative;
	padding: 12px 0;
	z-index: 1;
}

.header-top-left:after {
	position: absolute;
	content: "";
	top: 0;
	height: 100%;
	left: -2432px;
	width: 2800px;
	background: #ff6d34 none repeat scroll 0 0;
	z-index: -1;
}

.header-top-left p {
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
}

.header-top-right {
	padding: 12px 0;
}

.header-top-right ul {
	text-align: right;
}

.header-top-right ul li {
	display: inline-block;
	margin-left: 10px;
}

.header-top-right ul li a {
	display: block;
	font-size: 14px;
	color: rgb(227, 227, 227);
}

.header-top-right ul li a:hover {
	color: #fff
}

.header-logo-area {
	padding: 30px 0;
}

.site-logo {
	margin: 5px 0;
}

.header-widget-box {
	display: table;
	vertical-align: middle;
	text-align: right;
	float: right;
}

.single-header-widget:first-child {
	padding-left: 0
}

.single-header-widget {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-left: 25px;
	border-right: 1px solid #eee
}

.single-header-widget:last-child {
	border-right: 0px solid #eee
}

.header-widget-icon {
	width: 60px;
	height: 60px;
	float: left;
	line-height: 60px;
	text-align: center;
	background: #f9f9f9 none repeat scroll 0 0;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 24px;
	color: #ff6d34;
	position: relative
}

.header-widget-icon:after {
	position: absolute;
	content: '';
	left: 50%;
	top: -3px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	height: 10px;
	border-radius: 60%;
	background-color: #fff;
}

.header-widget-text {
	overflow: hidden;
	margin-right: 25px;
	margin-top: 5px;
}

.header-widget-text h3 {
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	color: #072948;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 500;
}

.mainmenu-area {
	position: relative;

	z-index: 999
	
}

.mainmenu-box {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0px 0px 9px 0px rgba(6, 22, 58, 0.07);
	padding: 0 15px
}

.mainmenu ul {
	text-align: left
}

.mainmenu ul li {
	display: inline-block;
	position: relative
}

.mainmenu ul>li:after {
	border: 1px solid #c2c2c2;
	content: "";
	height: 7px;
	left: -5px;
	margin-top: -3px;
	position: absolute;
	top: 50%;
	width: 0px;
	border-radius: 0;
}

.mainmenu ul>li:first-child:after {
	border: 0px solid #c2c2c2;
	content: "";
	height: 7px;
	left: -5px;
	margin-top: -3px;
	position: absolute;
	top: 50%;
	width: 0px;
	border-radius: 0;
}

.mainmenu ul li ul {
	position: absolute;
	width: 180px;
	top: 120%;
	background: #fff none repeat scroll 0 0;
	border-top: 3px solid #ff6d34;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.mainmenu ul li:hover ul {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 100%
}

.mainmenu ul>li ul li {
	display: block;
	border-bottom: 1px solid #eee
}

.mainmenu ul li ul li:last-child {
	border-bottom: 0px solid #eee
}

.mainmenu ul li ul li a {
	padding: 10px 15px;
	text-transform: capitalize;
	font-size: 14px
}

.mainmenu ul li a {
	display: block;
	text-transform: uppercase;
	color: #072948;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 15px;
	padding: 20px;
}

.mainmenu ul>li ul li:after {
	display: none
}

.mainmenu ul li a:hover,
.mainmenu ul li.active>a {
	color: #ff6d34
}

.search-close {
	position: absolute;
	top: 47%;
	right: 26%;
	font-size: 25px;
	display: block;
	color: #ff6d34;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	cursor: pointer
}

.search-box.search-elem {
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(3, 9, 26, 0.94);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.search-box.search-elem .inner {
	width: 40%;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.inner.row>form {
	position: relative;
	background: rgba(0, 0, 0, 0.68) none repeat scroll 0 0;
	width: 100%;
	border-radius: 50px;
	height: 75px;
}

.inner.row>form input {
	position: absolute;
	height: 70%;
	border: medium none;
	width: 80%;
	top: 12px;
	left: 10px;
	background: transparent none repeat scroll 0 0;
	color: #fff;
	padding: 10px 15px
}

.inner.row>form button {
	position: absolute;
	height: 74%;
	right: 10px;
	top: 10px;
	border: medium none;
	width: 10%;
	border-radius: 50%;
	background: #fff none repeat scroll 0 0;
	cursor: pointer;
	font-size: 17px;
	color: #ff6d34
}

.search-box.search-elem label.placeholder.move-up {
	top: -25px;
	color: white;
	font-size: 16px;
	font-size: 16px;
	font-size: 1rem;
}

.search-box.search-elem.search-open {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.search-btn {
	text-transform: uppercase;
	font-size: 14px;
	padding: 20px 18px;
	display: inline-block;
	color: #061333;
}

.search-btn:hover {
	color: #ff6d34;
}

.mainmenu-right {
	display: table;
	vertical-align: middle;
	float: right;
	text-align: right;
	padding-right: 15px;
}

.header-search {
	display: table-cell;
	vertical-align: middle;
}

.header-action {
	display: table-cell;
	vertical-align: middle;
}

.header-action a {
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	color: #ff6d34;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 0 5px 20px;
	margin-left: 10px;
	border-left: 1px solid #eee;
}

.header-action a:hover {
	color: #072948
}

.header-action a i {
	margin-left: 5px;
}


/*================================================
08 - SLIDER CSS
==================================================*/

.felona-slider-area {
	position: relative;
	margin-top: -20px;
}

.slide-item-1 {
	background: url(../img/slider-1.jpg);
}

.slide-item-2 {
	background: url(../img/slider-2.jpg);
}
.slide-item-3 {
	background: url(../img/slider-3.jpg);
}

.felona-main-slide {
	background-color: #eee;
	background-position: center center;
	background-size: cover;
	height: 430px;
}

.slider-content-holder {
	width: 100%;
	text-align: center
}

.slider-text {
	width: 60%;
	text-align: left
}

.felona-main-caption {
	display: table;
	height: 100%;
	width: 100%;
	background: rgba(4, 14, 39, 0.38) none repeat scroll 0 0;
}

.felona-caption-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.slider-text h2 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	color: rgb(255, 255, 255);
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-transform: capitalize;
	font-size: 48px;
	line-height: 60px;
}

.slider-text h2 span {
	color: rgb(255, 255, 255);
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 1px;
}

.slider-text p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	color: #eee;
	letter-spacing: 1px;
	font-family: 'Ubuntu', sans-serif;
	width: 85%;
	text-transform: capitalize;
}

.slider-text a.felona-btn {
	margin-top: 30px
}

.felona-slide .owl-nav {
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.felona-slider-area:hover .felona-slide .owl-nav {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.felona-slide .owl-prev {
	position: absolute;
	top: 45%;
	width: 55px;
	height: 55px;
	line-height: 40px;
	text-align: center;
	left: 30px;
	background: rgba(0, 0, 0, 0.38) none repeat scroll 0 0 !important;
	border-radius: 49%;
	color: #fff !important;
	z-index: 11111;
	-webkit-transition: all 0.4s ease 0s;
	;
	transition: all 0.4s ease 0s
}

.felona-slide .owl-next {
	position: absolute;
	top: 45%;
	width: 55px;
	height: 55px;
	line-height: 40px;
	text-align: center;
	right: 30px;
	background: rgba(0, 0, 0, 0.38) none repeat scroll 0 0 !important;
	border-radius: 49%;
	color: #fff !important;
	z-index: 11111;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}


/*================================================
09 - ABOUT AREA CSS
==================================================*/

.felona-about-area {
	position: relative
}

.text_bg {
	background: url(../img/text_bg.jpg) no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-position: center center;
	display: inline-block;
	font-weight: 700;
	font-size: 70px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 3px;
	position: relative
}

.about-heading-right h3 {
	font-family: 'Ubuntu', sans-serif;
	color: #111;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-size: 35px;
}

.about-heading-right {
	margin-top: 5px;
}

.about-heading-right p {
	text-transform: capitalize;
	color: #8d9297;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
}

.about-action a {
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	color: #111;
	font-weight: 500;
	padding: 5px 0 5px 20px;
	border-left: 1px solid #eee;
	margin-top: 20px;
	display: inline-block;
}

.about-action a i {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.about-action a:hover {
	color: #ff6d34;
	border-left: 1px solid #ff6d34;
}

.about-action a:hover i {
	padding-left: 5px
}

.single-info {
	margin-top: 30px;
	text-align: center;
	padding: 30px 20px;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	overflow: hidden;
	position: relative
}

.single-info:after {
	position: absolute;
	content: '';
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #ff6d34;
	left: 0;
	border-radius: 4px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.single-info:hover:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.info-icon {
	width: 45px;
	height: 45px;
	margin: 0 auto;
	text-align: center
}

.info-icon img {
	width: 100%;
	height: 100%;
}

.info-text {
	margin-top: 15px;
}

.info-text h4 {
	color: #111;
	font-size: 18px;
	text-transform: capitalize;
	line-height: 25px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}

.info-text h4 span {
	display: block
}

.about-right {
	position: relative
}

.about-right .about-img {
	width: 100%;
	border-radius: 4px;
	position: relative;
	box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

.about-right .about-img:nth-child(1) {
	position: absolute;
	bottom: -206px;
	left: -75px;
	z-index: 1;
	width: 90%;
}

.about-right .about-img:nth-child(3) {
	position: absolute;
	bottom: -270px;
	right: 15px;
	width: 65%;
	z-index: 2;
}


/*================================================
10 - COUNTER AREA CSS
==================================================*/

.felona-counter-area {
	background: #ff6d34 none repeat scroll 0 0;
	position: relative;
	z-index: 1
}

.felona-counter-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../img/about-section.png) no-repeat scroll 0px -85px;
	z-index: -1
}

.counter-box-heading {
	text-align: center;
}

.counter-box-heading h3 {
	font-family: 'Ubuntu', sans-serif;
	color: #fff;
	font-weight: 300;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-size: 25px;
}

.counter-box-heading h2 {
	font-family: 'Ubuntu', sans-serif;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 35px;
}

.counter-box {
	text-align: center;
	margin-top: 60px;
	padding: 20px;
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

.counter-box h3 {
	color: #ff6d34;
	font-weight: 600;
	font-size: 40px;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: 2px;
}

.counter-box p {
	color: #111;
	text-transform: capitalize;
	font-weight: 600;
}


/*================================================
11 - SERVICE AREA CSS
==================================================*/

.service-page-area {
	padding-top: 40px
}

.single-service {
	margin-top: 30px;
	text-align: center;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	overflow: hidden;
	position: relative;
}

.service-desc {
	padding: 30px 20px;
}

.service-desc h3 {
	color: #111;
	font-size: 22px;
	text-transform: capitalize;
	line-height: 25px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	margin-bottom: 15px;
}

.service-desc h3 a {
	color: #111
}

.service-desc h3 a:hover {
	color: #ff6d34
}

.service-box-action a.felona-btn-border {
	margin-top: 20px
}

.load-more-action {
	text-align: right;
	margin-top: 85px;
}

.load-more-action a {
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	color: #ff6d34;
	font-weight: 500;
	padding: 5px 0 5px 20px;
	border-left: 1px solid #ff6d34;
	display: inline-block;
}

.load-more-action a:hover {
	color: #111;
	border-left: 1px solid #111;
}


/*================================================
12 - GET QUOTE AREA CSS
==================================================*/

.felona-request-area {
	position: relative;
	
	z-index: 2;
	background: #f8f9fa none repeat scroll 0 0
}

.felona-request-area img {
	position: absolute;
	right: 110px;
	bottom: 0;
}

.felona-request-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 60%;
	background: rgba(12, 12, 12, 0.87) none repeat scroll 0 0;
	z-index: -1
}

.felona-request-area:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 40%;
	background: url(../img/request-area_bg.jpg) no-repeat scroll 0 0/cover;
	z-index: -1
}

.request-inner {
	padding: 10px 0;
	width: 45%;
}

.request-left {
	padding: 45px;
	background: #fff;
}

.request-left>p {
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #ff6d34;
	font-weight: 500;
}

.request-left h3 {
	font-family: 'Ubuntu', sans-serif;
	color: #111;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 35px;
	margin: 5px 0;
}

.request-left form {
	margin-top: 30px;
}

.request-left form p {
	margin-top: 14px
}

.request-left form p input {
	width: 70%;
	border: medium none;
	background: #f8f9fa;
	padding: 20px 15px;
	height: 50px;
	font-size: 14px;
	color: #242424
}

.request-left form p input {
	width: 70%;
	border: medium none;
	background: #f8f9fa;
	padding: 10px 15px;
	height: 50px;
	font-size: 14px;
	color: #242424
}

.request-left form p textarea {
	width: 60%;
	min-height: 20px;
	border: medium none;
	background: #f8f9fa;
	padding: 10px 15px;
	height: 50px;
	font-size: 14px;
	color: #242424
}

.request-left form .col-md-6:first-child {
	padding-right: 7px
}

.request-left form .col-md-6:last-child {
	padding-left: 7px
}

.nice-select {
	background-color: #f8f9fa;
	border-radius: 0px;
	border: 1px solid #f8f9fa;
	height: 50px;
	line-height: 50px;
	width: 100%;
	color: #111
}

.nice-select:hover,
.nice-select:focus {
	border-color: #f8f9fa;
}

.request-left form p button {
	width: 100%;
	padding: 15px 20px;
	background: #ff6d34;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.request-left form p button:hover {
	background: #111 none repeat scroll 0 0
}


/*================================================
13 - PORTFOLIO AREA CSS
==================================================*/

.felona-project-area {
	padding-bottom: 40px
}

.portfolio-filter {
	margin-top: 85px;
	text-align: right;
}

.portfolio-filter li {
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	color: #ff6d34;
	font-weight: 500;
	padding: 5px 15px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.portfolio-filter li:after {
	position: absolute;
	right: 0;
	width: 2px;
	height: 10px;
	background: #ddd;
	content: "";
	top: 15px;
	left: -2px;
}

.portfolio-filter li:first-child:after {
	display: none
}

.portfolio-filter li:hover,
.portfolio-filter li.filter.active {
	color: #111
}

.portfolio-warp {
	margin-top: 30px;
}

.work-item {
	display: block;
	margin-bottom: 30px;
	position: relative;
}

.project-img img {
	min-width: 100%;
}

.work-item .project-img {
	position: relative;
}

.work-item .project-img:before {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	-webkit-transform: scale(0.93);
	transform: scale(0.93);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.work-item:hover .project-img:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.work-item .content {
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
}

.work-item .content>p {
	border-bottom: 2px solid #ff6d34;
	font-family: 'Ubuntu', sans-serif;
	color: #162337;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 25px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.work-item .content .name {
	color: #162337;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.work-item:hover .content {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}


/*================================================
14 - PROMO AREA CSS
==================================================*/

.felona-promo-area {
	background: url(../img/request-area_bg.jpg) no-repeat fixed 0 0/cover;
	position: relative;
	z-index: 1
}

.felona-promo-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	z-index: -1
}

.felona-promo-area:before {
	background: #ff6d34 none repeat scroll 0 0;
	display: block;
	height: 100%;
	left: -20%;
	position: absolute;
	content: "";
	top: 0;
	-webkit-transform: skewX(-40deg);
	transform: skewX(-40deg);
	width: 80%;
	z-index: 1
}

.promo-box-left {
	position: relative;
	z-index: 1
}

.promo-box-left h3 {
	font-family: 'Ubuntu', sans-serif;
	color: #fff;
	font-weight: 300;
	text-transform: capitalize;
	font-size: 40px;
}

.promo-box-left h3 span {
	display: block;
	font-weight: 700
}

.promo-box-left p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	color: #eee;
	letter-spacing: 1px;
	font-family: 'Ubuntu', sans-serif;
	width: 85%;
	text-transform: capitalize;
}

.promo-box-right a.felona-btn-border:hover {
	border: 2px solid #ff6d34;
	color: #fff;
	background: #ff6d34 none repeat scroll 0 0;
	padding: 12px 35px;
}

.promo-box-right a.felona-btn-border {
	border: 2px solid #fff;
	color: #ff6d34;
	background: #fff none repeat scroll 0 0;
	padding: 12px 35px;
}

.promo-box-right {
	text-align: right;
	margin: 22px 0;
}


/*================================================
15 - TEAM AREA CSS
==================================================*/

.single-team-item {
	box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
	padding: 10px;
	margin-top: 30px;
	border-radius: 5px
}

.team_page {
	padding-top: 40px
}

.team-image {
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}

.team-text {
	padding: 15px 15px;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.team-text h3 {
	font-family: 'Ubuntu', sans-serif;
	color: #111;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.team-text p {
	color: #828893;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.social-icon li {
	display: inline-block;
	margin: 0 8px;
}

.social-icon li a {
	color: #283a5e;
}

.single-team-item:hover .team-text {
	background: #ff6d34 none repeat scroll 0 0
}

.single-team-item:hover .team-text h3,
.single-team-item:hover .team-text p,
.single-team-item:hover .social-icon li a {
	color: #fff
}


/*================================================
16 - TESTIMONIAL AREA CSS
==================================================*/

.felona-testimonial-area {
	background: #f8f9fc none repeat scroll 0 0;
	padding-bottom: 110px;
	position: relative;
	z-index: 1
}

.felona-testimonial-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../img/about-section.png) no-repeat scroll 0 -0;
	z-index: -1;
}

.felona-testimonial-area .site-heading {
	width: 50%;
	text-align: center;
	margin: 0 auto 30px;
}

.felona-testimonial-area .site-heading h2 span {
	display: inline-block
}

.single-testimonial {
	background: #fff none repeat scroll 0 0;
	padding: 20px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
	margin: 30px 5px 5px;
	border-radius: 5px
}

.single-testimonial {
	background: #fff;
	padding: 20px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
	margin: 5px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.single-testimonial:before {
	top: 15px;
	content: "\f10d ";
	font-family: "FontAwesome";
	font-size: 35px;
	position: absolute;
	left: 30px;
	color: #ff6d34;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"
}

.testimonial-text {
	width: 65%;
	text-align: left;
	padding-top: 50px
}

.testimonial-text h4 {
	font-family: 'Ubuntu', sans-serif;
	color: #111;
	font-weight: 500;
	font-size: 20px;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.testimonial-img {
	width: 150px;
	height: 150px;
}

.testimonial-img img {
	width: 100% !important;
	border-radius: 50%;
}

.testimonial-slide .owl-dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: -40px;
	display: block !important
}

.testimonial-slide .owl-dots .owl-dot {
	display: inline-block;
}

.testimonial-slide .owl-dots .owl-dot span {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	background: #ddd none repeat scroll 0 0;
	border-radius: 30px;
	display: block;
	height: 5px;
	margin: 5px 5px 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 20px;
}

.testimonial-slide .owl-dots .owl-dot.active span,
.testimonial-slide .owl-dots .owl-dot:hover span {
	background: #ff6d34 none repeat scroll 0 0;
}


/*================================================
17 - BLOG AREA CSS
==================================================*/

.blog-item {
	box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
	padding: 10px;
	margin-top: 30px;
}

.blog-image img {
	width: 100%
}

.blog-desc {
	padding: 20px;
	position: relative
}

.blog-date {
	position: absolute;
	width: 65px;
	height: 65px;
	top: -35px;
	background: #ff6d34 none repeat scroll 0 0;
	color: #fff;
	line-height: 23px;
	text-align: center;
	border-radius: 5px;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 20px;
	padding: 8px 0;
	left: 15px;
}

.blog-date span {
	display: block;
}

.blog-desc h3 {
	margin-top: 25px;
	font-family: 'Ubuntu', sans-serif;
	color: #111;
	font-size: 19px;
	display: inline-block;
	line-height: 28px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.blog-desc h3 a {
	color: #111
}

.blog-desc h3 a:hover,
.blog-desc h3 {
	color: #ff6d34
}


/*================================================
18 - FOOTER AREA CSS
==================================================*/

.footer-top-area {
	padding-top: 75px;
	position: relative;
	padding-bottom: 50px;
	overflow: hidden;
	background: #182433 none repeat scroll 0 0;
	color: #636c72
}

.footer-top-area:after {
	position: absolute;
	content: "";
	top: 0;
	right: -50px;
	width: 75%;
	height: 25px;
	background: #fff none repeat scroll 0 0;
	-webkit-transform: skew(60deg);
	transform: skew(60deg);
}

.footer-logo {
	margin-bottom: 20px;
}

.single-footer p {
	line-height: 25px;
	color: rgba(255, 255, 255, .85);
}

.single-footer>h3 {
	font-family: 'Ubuntu', sans-serif;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 20px;
	margin-bottom: 20px;
	position: relative;
	display: inline-block
}

.single-footer>h3:after {
	position: absolute;
	bottom: -8px;
	content: "";
	width: 67%;
	height: 2px;
	background: #ff6d34 none repeat scroll 0 0;
	left: 0;
}

ul.quick_links li {
	margin-top: 5px
}

ul.quick_links li a {
	color: #eee;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}

ul.quick_links li a i {
	margin-right: 5px
}

.working-hours p {
	margin-top: 8px;
	color: #eee;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}

.working-hours p span {
	color: rgba(219, 218, 218, 0.85);
}

.working-hours p span.close_office {
	color: #ff6d34;
	text-transform: capitalize;
	font-weight: 500;
}

ul.quick_links li a:hover {
	color: #ff6d34;
}

.flicker li {
	width: 31%;
	float: left;
	margin: 3px 2px;
}

.newsletter_box form {
	width: 230px;
	height: 40px;
	background: #222;
	position: relative;
	border-radius: 5px;
}

.newsletter_box form input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #36475c none repeat scroll 0 0;
	height: 100%;
	border: medium none;
	padding: 5px 10px;
	color: #eee;
	border-radius: 5px;
}

.newsletter_box form input:-moz-placeholder {
	color: #eee;
	text-transform: capitalize;
}

.newsletter_box form input::-moz-placeholder {
	color: #eee;
	text-transform: capitalize;
}

.newsletter_box form input:-ms-input-placeholder {
	color: #eee;
	text-transform: capitalize;
}

.newsletter_box form input::-webkit-input-placeholder {
	color: #eee;
	text-transform: capitalize;
}

.newsletter_box form button {
	position: absolute;
	border: medium none;
	background: transparent;
	right: 10px;
	height: 100%;
	color: #ff6d34;
	cursor: pointer;
}

.copyright-area {
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, .07);
	background: #182433 none repeat scroll 0 0;
}

.copyright-left p {
	text-transform: capitalize;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #eee;
}

.copyright-right {
	text-align: right;
}

.copyright-right p {
	text-transform: capitalize;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #eee;
}

.copyright-right p i {
	color: #ff6d34;
	margin: 0 2px
}

.copyright-right p a {
	color: #fff
}


/*================================================
19 - ABOUT PAGE CSS
==================================================*/

.about-page-left {
	position: relative;
}

.about-page-left:before {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.about-page-left:after {
	background: rgba(255, 109, 52, 0.33) none repeat scroll 0 0;
	bottom: -10px;
	content: "";
	height: 100%;
	left: -10px;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.about-page-left>img {
	width: 100%;
}

.about-page-right>p {
	margin: 0 0 10px;
}

.about-page-right-listing>ul {
	float: left;
	margin-bottom: 10px;
	width: 50%;
}

.about-page-right-listing li {
	color: #111;
	font-weight: 600;
	margin: 5px 0;
	text-transform: capitalize;
}

.about-page-right-listing li i {
	color: #ff6d34;
	margin-right: 5px;
}

.about-page-left>.popup-youtube i {
	background: #ff6d34 none repeat scroll 0 0;
	border: 2px solid #ff6d34;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	height: 58px;
	line-height: 15px;
	margin: 0 10px 0 0;
	padding: 20px;
	text-align: center;
	width: 58px;
}

.popup-youtube {
	bottom: 20px;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	position: absolute;
	right: 20px;
	text-transform: uppercase;
}

.popup-youtube:hover {
	color: #fff;
}

.about-page-right a.felona-btn-border {
	margin-top: 20px;
}

.about-page-right h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #ff6d34;
}

.about-page-right h2 {
	font-family: 'Ubuntu', sans-serif;
	color: #111;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 35px;
	margin: 15px 0;
	position: relative
}

.about-page-right h2:before {
	position: absolute;
	content: "";
	bottom: -20px;
	left: 11%;
	height: 4px;
	width: 15px;
	background: #ddd none repeat scroll 0 0;
}

.about-page-right h2:after {
	position: absolute;
	height: 4px;
	width: 10%;
	background: #ff6d34 none repeat scroll 0 0;
	content: "";
	left: 0;
	bottom: -20px;
}

.about-page-right h3 {
	font-family: 'Ubuntu', sans-serif;
	color: #111;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 20px;
	margin-top: 35px;
	position: relative;
	line-height: 30px;
	margin-bottom: 10px;
}

.felona-choose-area {
	background: #f8f9fc none repeat scroll 0 0;
}

.choose-right {
	background: #fff none repeat scroll 0 0;
	padding: 20px 5px;
	border-radius: 5px;
}

.choose-left h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #ff6d34;
}

.choose-left h2 {
	font-family: 'Ubuntu', sans-serif;
	color: #111;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 35px;
	margin: 15px 0;
	position: relative;
}

.choose-left h2 span {
	display: block;
}

.choose-right li {
	text-transform: capitalize;
	color: #333;
	padding: 5px 15px;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-size: 15px;
}

.choose-right li i {
	color: #ff6d34;
	margin-right: 5px
}

.felona-toll-area {
	background: #ff6d34 none repeat scroll 0 0;
	position: relative;
	z-index: 1;
}

.felona-toll-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../img/about-section.png) no-repeat scroll 0px -85px;
	z-index: -1;
}

.toll-box {
	width: 77%;
	text-align: center;
	margin: 0 auto;
}

.toll-box h3 {
	font-family: 'Ubuntu', sans-serif;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 40px;
}

.toll-box h3 span {
	display: block
}

.toll-box p {
	color: #eee;
	margin-top: 20px;
	font-size: 17px;
	line-height: 30px;
}

.toll-box a {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 14px;
	border: 2px solid #fff;
	color: #ff6d34;
	background: #fff none repeat scroll 0 0;
	padding: 12px 35px;
	letter-spacing: 1px;
	margin-top: 30px
}

.toll-box a:hover {
	background: transparent;
	color: #fff
}


/*================================================
20 - CAREER PAGE CSS
==================================================*/

.felona-career-page .pagination-box-row {
	margin-bottom: 30px
}

.career-list-single {
	display: block;
	margin-bottom: 30px;
	background: #fff none repeat scroll 0 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border: 1px solid #eee;
	padding: 30px;
	border-radius: 5px;
}

.career-list-single:last-child {
	margin-bottom: 0
}

.top-company-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	top: 0;
}

.top-company-list .company-vacency {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 120px;
	margin-right: 25px;
	position: relative;
	top: 3px;
}

.top-company-list .company-list-details {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 3px;
}

.top-company-list .company-list-details>h3 {
	color: #111;
	font-size: 20px;
	text-transform: capitalize;
	line-height: 25px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	margin-bottom: 15px;
}

.top-company-list .company-list-details>h3>a {
	color: #111;
}

.top-company-list .company-list-details>h3>a:hover {
	color: #ff6d34;
}

.company-list-details p {
	display: inline-block;
	margin-right: 10px;
}

.company-list-details p i {
	margin-right: 7px;
}

.company-state i {
	color: #16a8d8;
}

.open-icon i {
	color: #ff6d34;
}

.varify i {
	color: #4bd518;
}

.single-career-sidebar {
	margin-bottom: 30px
}

.single-career-sidebar:last-child {
	margin-bottom: 0
}

.quick-contact {
	padding: 30px;
	background: #edeff2 none repeat scroll 0 0;
}

.quick-contact h3 {
	color: #111;
	font-size: 24px;
	text-transform: capitalize;
	line-height: 25px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	margin-bottom: 30px;
}

.quick-contact form p {
	margin-top: 10px
}

.quick-contact form p input {
	width: 100%;
	padding: 10px 15px;
	background: #fff none repeat scroll 0 0;
	border: medium none
}

.quick-contact form p textarea {
	background: #fff none repeat scroll 0 0;
	padding: 15px 20px;
	border: medium none;
	width: 100%;
	height: 120px;
	resize: vertical
}

.quick-contact form p button {
	width: 100%;
	padding: 15px 20px;
	background: #ff6d34 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.quick-contact form p button:hover {
	background: #111 none repeat scroll 0 0;
}

.attachment-action a {
	display: block;
	text-align: left;
	text-transform: uppercase;
	color: #111;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 14px;
	padding: 15px 30px;
	border: 1px solid #eee;
	letter-spacing: 1px;
	margin-bottom: 10px
}

.attachment-action a:hover {
	background: #ff6d34 none repeat scroll 0 0;
	color: #fff
}

.attachment-action a i {
	margin-right: 5px;
	color: #ff6d34;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.attachment-action a:hover i {
	color: #fff
}

.page-banner {
	padding: 30px;
	background: url(../img/carrer_bg.jpg) no-repeat scroll 0 0/cover;
	position: relative;
	z-index: 1;
	text-align: center
}

.page-banner:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(252, 105, 47, 0.83) none repeat scroll 0 0;
	z-index: -1;
}

.page-banner>h3 {
	color: #fff;
	font-size: 25px;
	text-transform: capitalize;
	line-height: 30px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	margin-bottom: 15px;
}

.page-banner p {
	color: #fff
}

.page-banner h4 {
	color: #fff;
	font-weight: 600;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: 1px;
	margin: 20px 0;
}

.page-banner h4 i {
	margin-right: 5px
}

.page-banner a.felona-btn {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 14px;
	border: 2px solid #fff;
	color: #ff6d34;
	background: #fff none repeat scroll 0 0;
	padding: 12px 35px;
	letter-spacing: 1px;
	margin-top: 10px;
}

.page-banner a.felona-btn:hover {
	background: transparent;
	color: #fff
}


/*================================================
21 - FAQS PAGE CSS
==================================================*/

.faqs-top-search {
	background: #edeff2 none repeat scroll 0 0;
	text-align: center;
}

.faqs-page-top {
	margin: 0 auto;
	text-align: center;
	width: 70%;
}

.faqs-page-top>h2 {
	font-family: 'Ubuntu', sans-serif;
	color: #111;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 30px;
	font-size: 30px;
}

.faqs-top-search-form {
	margin-bottom: 20px;
}

.faqs-top-search-form form {
	border-radius: 30px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	width: 70%;
}

.faqs-top-search-form form input {
	border: medium none;
	color: #111;
	height: 100%;
	left: 0;
	padding: 5px 70px 5px 15px;
	position: absolute;
	width: 100%;
	border-radius: 30px;
}

.faqs-top-search-form form button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	height: 100%;
	position: absolute;
	right: 0;
	width: 15%;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #ff6d34
}

.single_faq_accordian {
	margin-bottom: 15px;
	border: 1px solid #eee;
}

.single_faq_accordian:last-child {
	margin-bottom: 0
}

.single_faq_accordian .faq_accordian_body {
	padding: 20px 30px
}

.faq_accordian_body ul {
	margin-top: 30px
}

.faq_accordian_body ul li {
	margin-top: 10px;
	text-transform: capitalize;
	color: #555;
}

.faq_accordian_body ul li i {
	margin-right: 5px;
	color: #111
}

.faq_accordian_header>a {
	display: block;
	text-align: left;
	padding: 15px;
	background: #f7f7f7 none repeat scroll 0 0;
	color: #111;
	border-radius: 0;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 20px;
}

.faq_accordian_header>a:hover,
.faq_accordian_header>a:focus {
	text-decoration: none;
	color: #111;
	background: #f9f9f9 none repeat scroll 0 0
}

.faq_accordian_header>a span {
	margin-right: 5px;
	color: #ff6d34
}

/* The alert message box */
.alert {
  padding: 20px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 15px;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

/*================================================
22 - NOTFOUND PAGE CSS
==================================================*/

.felona-notfound-page-area {
	padding: 100px 0
}

.notfound-box {
	text-align: center
}

.notfound-box h1 {
	font-family: 'Ubuntu', sans-serif;
	color: #111;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 150px;
	margin-bottom: 40px;
	position: relative;
	letter-spacing: 5px;
	line-height: 115px;
}

.notfound-box p {
	color: #111;
	font-size: 17px
}

.notfound-box p span {
	display: block;
}

.notfound-box a.felona-btn {
	margin-top: 30px
}

.notfound-box a.felona-btn:hover {
	background: #111 none repeat scroll 0 0;
	color: #fff
}


/*================================================
23 - SERVICE DETAILS PAGE CSS
==================================================*/

.quick-contact ul li {
	margin: 5px 0
}

.quick-contact ul li a {
	display: block;
	text-transform: uppercase;
	color: #072948;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 14px;
	padding: 15px 20px;
	background: #fff;
	border-left: 4px solid #d7d7d7;
}

.quick-contact ul li a i {
	float: right;
	font-size: 20px
}

.quick-contact ul li a:hover,
.quick-contact ul li.active a {
	background: #ff6d34 none repeat scroll 0 0;
	color: #fff;
	border-left: 4px solid #072948;
}

.single-career-sidebar>h3 {
	color: #111;
	font-size: 22px;
	text-transform: capitalize;
	line-height: 25px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	margin-bottom: 40px;
	position: relative;
	display: inline-block;
}

.single-career-sidebar>h3:after {
	position: absolute;
	height: 4px;
	width: 30%;
	background: #ff6d34 none repeat scroll 0 0;
	content: "";
	left: 0;
	bottom: -20px;
}

.single-career-sidebar>h3:before {
	position: absolute;
	content: "";
	bottom: -20px;
	left: 35%;
	height: 4px;
	width: 15px;
	background: #ddd none repeat scroll 0 0;
}

.attachment-action a .fa.fa-download {
	float: right;
	margin-top: 6px;
	color: #111;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.attachment-action a:hover .fa.fa-download {
	color: #fff
}

.single-service-widget {
	margin-bottom: 30px
}

.single-service-widget:last-child {
	margin-bottom: 0
}

.single-service-text p {
	margin: 10px 0 0
}

.single-service-text h2 {
	font-family: 'Ubuntu', sans-serif;
	color: #111;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-size: 30px;
}

.about-service-left {
	width: 48%;
	float: left;
	margin-right: 20px;
}

.about-service-right {
	overflow: hidden;
}

.about-service-right h3,
.single-service-text h3 {
	font-family: 'Ubuntu', sans-serif;
	color: #111;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-size: 25px;
}

.about-service-right ul {
	width: 48%;
	float: left;
	margin-top: 15px;
}

.about-service-right ul li i {
	color: #ff6d34;
	font-size: 18px;
	margin-right: 5px;
}

.about-service-box {
	overflow: hidden;
	margin-bottom: 20px
}

.service-get-form form p input {
	width: 100%;
	border: medium none;
	background: #f8f9fa none repeat scroll 0 0;
	padding: 10px 15px;
	height: 50px;
	font-size: 14px;
	color: #111;
}

.service-get-form form .col-lg-6:first-child {
	padding-right: 7px;
}

.service-get-form form .col-md-6:last-child {
	padding-left: 7px;
}

.service-get-form form p {
	margin-top: 14px;
}

.service-get-form form p textarea {
	width: 100%;
	min-height: 130px;
	border: medium none;
	background: #f8f9fa none repeat scroll 0 0;
	padding: 10px 15px;
	height: 50px;
	font-size: 14px;
	color: #111;
}

.service-get-form form p button {
	width: auto;
	padding: 15px 20px;
	background: #ff6d34;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.service-get-form form p button:hover {
	background: #111 none repeat scroll 0 0;
}


/*================================================
24 - PROJECT DETAILS PAGE CSS
==================================================*/

.felona-related-project {
	padding-bottom: 40px
}

.single-project-image-item {
	margin-bottom: 20px;
}

.single-project-image-item:last-child {
	margin-bottom: 0
}

.project-details-left {
	margin-top: 30px;
}

.project-details-right {
	margin-top: 30px
}

.project-details-left h2 {
	font-family: 'Ubuntu', sans-serif;
	color: #111;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-size: 30px;
}

.project-details-left p {
	margin: 0 0 10px
}

.project-details-left ul {
	float: left;
	width: 48%;
	margin-right: 20px
}

.project-details-left ul:last-child {
	margin-right: 0
}

.project-details-left ul li i {
	color: #ff6d34;
	font-size: 18px;
	margin-right: 5px;
}

.project-details-left ul li {
	margin-top: 10px
}

.project-info ul li {
	position: relative;
	padding-left: 50px;
	margin-bottom: 20px;
}

.project-info ul li:last-child {
	margin-bottom: 0;
}

.project-info ul li i {
	position: absolute;
	left: 0;
	top: 0;
	color: #ff6d34;
	font-size: 35px;
}

.project-info ul li span {
	font-family: 'Ubuntu', sans-serif;
	color: #111;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 0px;
	font-size: 20px;
	display: block
}


/*================================================
25 - BLOG PAGE CSS
==================================================*/

.felona-blog-page-area .blog-page-left .blog-item {
	margin-top: 0;
	margin-bottom: 30px;
}

.single-blog-sidebar {
	margin-bottom: 30px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
}

.single-blog-sidebar:last-child {
	margin-bottom: 0;
}

.single-blog-sidebar>h3 {
	color: #111;
	font-size: 20px;
	text-transform: capitalize;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 25px;
	position: relative;
	display: block;
}

.single-blog-sidebar>h3:before {
	position: absolute;
	content: "";
	bottom: -15px;
	left: 18%;
	height: 4px;
	width: 15px;
	background: #ddd none repeat scroll 0 0;
}

.single-blog-sidebar>h3:after {
	position: absolute;
	height: 4px;
	width: 15%;
	background: #ff6d34 none repeat scroll 0 0;
	content: "";
	left: 0;
	bottom: -15px;
}

.single-blog-sidebar form p {
	position: relative;
	height: 45px;
	margin: 0;
	border-radius: 5px;
}

.single-blog-sidebar form input {
	position: absolute;
	height: 100%;
	left: 0;
	padding: 5px 60px 5px 10px;
	border: 0px solid #ddd;
	border-radius: 5px;
	font-size: 14px;
	background: #f8f9fa none repeat scroll 0 0;
	width: 100%;
}

.single-blog-sidebar form button {
	position: absolute;
	width: 18%;
	right: 0;
	height: 100%;
	border-radius: 0 5px 5px 0px;
	cursor: pointer;
	border: medium none;
	background: #ff6d34 none repeat scroll 0 0;
	color: #fff;
}

.single-blog-sidebar li {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.single-blog-sidebar li:last-child {
	border-bottom: 0px solid #ddd;
}

.blog-catagory li {
	position: relative;
}

.blog-catagory a {
	color: #111;
	text-transform: capitalize;
	display: inline-block;
}

.blog-catagory a:hover,
.recent-text h4 a:hover {
	color: #ff6d34
}

.blog-catagory a span {
	margin-left: 10px;
}

.blog-catagory li:before {
	content: "\f0c8";
	display: inline-block;
	padding-right: 15px;
	color: #333333;
	font-family: "FontAwesome";
	font-size: 6px;
	line-height: 14px;
}

.Tags-catagory li {
	display: inline-block;
	border: medium none !important;
	padding: 0 !important;
	margin: 2px 0;
}

.Tags-catagory a {
	color: #111;
	text-transform: capitalize;
	display: inline-block;
	padding: 5px 15px;
	background: #f8f9fc none repeat scroll 0 0;
	border-radius: 5px;
}

.Tags-catagory a:hover {
	background: #ff6d34 none repeat scroll 0 0;
	color: #fff
}

.recent-img {
	margin-right: 10px;
	width: 80px;
	float: left;
}

.recent-text {
	vertical-align: middle;
	overflow: hidden;
}

.recent-blog li {
	overflow: hidden;
}

.recent-text h4 {
	color: #111;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 4px;
	line-height: 22px
}

.recent-text h4 a {
	color: #111
}

.blog-page-left .blog-desc h3 {
	font-size: 23px;
	margin-bottom: 15px;
}

.blog-page-left .about-action a {
	color: #ff6d34;
	border-left: 1px solid #ff6d34;
}

.blog-page-left .about-action a:hover {
	color: #111;
	border-left: 1px solid #111;
}


/*================================================
26 - SINGLE BLOG PAGE CSS
==================================================*/

.blog-post-meta {
	margin-top: 5px;
	margin-bottom: 15px;
}

.blog-post-meta ul li {
	margin-right: 10px;
}

.dlab-post-name img {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	border: 6px solid #e6e6e6;
	margin-right: 10px;
}

.blog-page-left>a,
.dlab-post-name a {
	color: #111;
}

.post-author i,
.post-comment i {
	color: #ff6d34;
	margin-right: 2px;
}

.blog-desc.blog-single-page {
	padding: 20px 0 0
}

.blog-desc.blog-single-page h3 {
	color: #111
}

.blog-desc p {
	margin: 0 0 15px
}

.blog-desc blockquote {
	margin-top: 34px;
	margin-bottom: 34px;
	border-left: 5px solid #fbc5af;
	background-color: #ff6d34;
	position: relative;
	padding: 30px 35px 38px 35px;
}

.blog-desc blockquote:before {
	position: absolute;
	content: '';
	left: -5px;
	top: 0;
	width: 0;
	height: 0;
	border-left: 0;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
}

.blog-desc blockquote .blockquote_desc {
	font-style: italic;
	margin-bottom: 0;
	margin-top: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
}

.blog-desc blockquote .qoute_meta {
	color: #fff;
	font-size: 22px;
	text-transform: capitalize;
	line-height: 25px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	position: relative;
	display: inline-block;
	margin-top: 20px;
	border-top: 1px solid #fff;
}

.blog-desc blockquote i {
	color: #fbc5af;
	font-size: 45px;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	position: absolute;
	right: 20px;
	bottom: -20px;
}

.post-share-box {
	border-bottom: 1px solid #f4f9fc;
	border-top: 1px solid #f4f9fc;
	margin-top: 30px;
	padding: 15px 20px;
}

.post-share-left>p,
.post-share-right>p {
	color: #111;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}

.post-share-left a {
	color: #555;
	font-weight: 500;
}

.post-share-right {
	text-align: right;
}

.post-share-right a {
	color: #bcc4d0;
	margin-left: 5px;
}

.felona-comment-list,
.felona-leave-comment {
	margin-top: 50px;
}

.comment-group-title>h3 {
	color: #111;
	font-size: 26px;
	text-transform: capitalize;
	line-height: 25px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	margin-bottom: 25px;
	position: relative;
	display: block;
}

.comment-group-title>h3:before {
	position: absolute;
	content: "";
	bottom: -15px;
	left: 9%;
	height: 4px;
	width: 15px;
	background: #ddd none repeat scroll 0 0;
}

.comment-group-title>h3:after {
	position: absolute;
	height: 4px;
	width: 8%;
	background: #ff6d34 none repeat scroll 0 0;
	content: "";
	left: 0;
	bottom: -15px;
}

.single-comment-box {
	margin-bottom: 10px;
	position: relative;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee
}

.single-comment-box:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0px solid #eee
}

.single-comment-box.reply-comment {
	padding-left: 100px;
}

.main-comment {
	padding: 30px 0 0 90px;
	position: relative;
}

.comment-info p {
	font-size: 14px
}

.author-image {
	border-radius: 50%;
	left: 0;
	margin-bottom: 20px;
	position: absolute;
	top: 30px;
}

.author-image img {
	display: block;
	width: 70px;
	border-radius: 50%;
	border: 6px solid #e6e6e6;
}

.comment-info h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 19px;
	font-weight: 500;
	color: #111;
	letter-spacing: 1px;
	margin-bottom: 5px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	text-transform: capitalize;
}

.comment-text-inner a {
	color: #111;
	font-weight: 600;
	margin-top: 10px;
	display: inline-block;
}

.comment-text-inner {
	margin-top: 10px;
}

.comment-text-inner a i {
	margin-left: 5px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.comment-text-inner a:hover,
.comment-text-inner a:hover i {
	color: #ff6d34
}

.felona-leave-comment form input {
	width: 100%;
	border: medium none;
	background: #f8f9fa none repeat scroll 0 0;
	padding: 10px 15px;
	height: 50px;
	font-size: 14px;
	color: #111;
}

.felona-leave-comment form textarea {
	width: 100%;
	min-height: 160px;
	border: medium none;
	background: #f8f9fa none repeat scroll 0 0;
	padding: 10px 15px;
	font-size: 14px;
	color: #111;
}

.felona-leave-comment form .col-lg-6:first-child {
	padding-right: 7px;
}

.felona-leave-comment form p {
	margin-top: 20px
}

.felona-leave-comment form button {
	width: auto;
	padding: 15px 20px;
	background: #ff6d34;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.felona-leave-comment form button:hover {
	background: #111 none repeat scroll 0 0;
}


/*================================================
27 - CONTACT PAGE CSS
==================================================*/

.contact-form {
	box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
	padding: 30px
}

.contact-form h3,
.contact-info h3 {
	font-family: 'Ubuntu', sans-serif;
	color: #111;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 30px;
	font-size: 35px;
	position: relative
}

.contact-info h3:before {
	position: absolute;
	content: "";
	bottom: -15px;
	left: 20%;
	height: 4px;
	width: 20px;
	background: #ddd none repeat scroll 0 0;
}

.contact-info h3:after {
	position: absolute;
	height: 4px;
	width: 18%;
	background: #ff6d34 none repeat scroll 0 0;
	content: "";
	left: 0;
	bottom: -15px;
}

.contact-form form .col-lg-6:first-child {
	padding-right: 7px;
}

.contact-form form .col-lg-6:last-child {
	padding-left: 7px;
}

.contact-form form p {
	margin-top: 14px;
}

.contact-form form p input {
	width: 100%;
	border: medium none;
	background: #f8f9fa none repeat scroll 0 0;
	padding: 10px 15px;
	height: 50px;
	font-size: 14px;
	color: #111;
}

.contact-form form p textarea {
	width: 100%;
	min-height: 130px;
	border: medium none;
	background: #f8f9fa none repeat scroll 0 0;
	padding: 10px 15px;
	height: 50px;
	font-size: 14px;
	color: #111;
}

.contact-form form p button {
	width: auto;
	padding: 15px 20px;
	background: #ff6d34 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.contact-form form p button:hover {
	background: #111 none repeat scroll 0 0
}

.single-contact-info {
	margin-top: 30px;
}

.single-contact-info p {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 7px;
}

.single-contact-info h4 {
	font-size: 15px;
	color: #111;
	text-transform: capitalize;
	line-height: normal;
	letter-spacing: 1px;
	font-weight: 600;
}

.contact-social li {
	display: inline-block
}

.contact-social li a {
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 40px;
	display: block;
	border-radius: 50%;
	background: rgba(35, 61, 99, 0.1);
	color: #677286;
	position: relative
}

.contact-social li a:before {
	position: absolute;
	content: '';
	left: 50%;
	top: -3px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 22px;
	height: 9px;
	border-radius: 50%;
	background-color: #fff;
}

.contact-social li a:hover {
	background: #ff6d34 none repeat scroll 0 0;
	color: #fff
}
.btnpro {
	width: auto;
    padding: 15px 20px;
    background: #ff6d34 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	

}	

.contact { width: 100%; display: flex; padding: 60px 0; text-align: center; }
.contact h5 { font-family: "Fjalla One"; font-size: 30px; color: #99a4be; }
.contact address { width: 100%; margin-bottom: 30px; }
.contact address p { opacity: 0.7; }
.contact address a { color: #57c199; font-weight: 600; }
.borderT-yellow{border-top:3px solid #f3a712}
.contact .info{padding-bottom:78px!important}
.contact .info i{font-size:20px;color:#f3a712;float:left;width:44px;height:44px;background:#fff;display:flex;justify-content:center;align-items:center;border-radius:50px;transition:all .3s ease-in-out}
.contact .info h4{padding:0 0 0 60px;font-size:22px;font-weight:600;margin-bottom:5px;color:#5f687b}
.contact .info p{padding:0 0 10px 60px;margin-bottom:20px;font-size:14px;color:#949cac}
.contact .info a{color:#949cac}
.contact .info .address:hover i,.contact .info .email:hover i,.contact .info .phone:hover i{background:#f3a712;color:#fff}
#fail,#p1,#p2,#p3,#p4,#p5,#p6{display:none;color:#dc3545;text-align:left;font-size:11px;font-weight:500}
p#returnmessage{color:#28a745;font-family:Aller-bold}